home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Port Scanners / Portascan.EXE / Readme.txt < prev   
Encoding:
Text File  |  2000-08-11  |  1.7 KB  |  51 lines

  1. Portascan v 0.5
  2. ---------------
  3. Portascan is a stand-alone command line port scanner for NT/2000 that
  4. features selective port scanning and host lists. It is  an ideal scanner
  5. to use when you dont have a full console or GUI access on the host you
  6. are running portascan from.
  7.  
  8.  
  9. Using Portascan
  10. ---------------
  11. Syntax: 
  12.   portascan -h, or just portascan : prints this help page, or
  13.   portascan options, where options are:
  14.  
  15.      -p xx yy      : Scan ports from XX to YY
  16.      -d            : Scan UDP instead of TCP
  17.      -s portlist   : Scan ports specified in file 'portlist'
  18.                      Ex portlist -  port1 port2 port3 .. portN
  19.      -l logfile    : Log Scan results to file 'logfile'
  20.      -i hostip     : Single IP Address of the host to be scanned
  21.      -r xxx yyy    : Scan hosts with IPs from XXX to YYY
  22.                      Feature is not enabled yet - Dont try it
  23.      -u hostlist   : Scan hosts listed in file 'hostlist'
  24.                      Ex hostlist - IP.IP.IP.IP IP1.IP1.IP1.IP1 ..
  25.      -a            : Check to see if host is alive first, by udp.
  26.      -m            : Check to see if host is alive first, by ICMP.
  27. Examples of Usage:
  28. 1. portascan -i 192.168.0.1 -p 1 255
  29.    Scan for open ports between 1 and 255 on host 192.168.0.1
  30. 2. portascan -i 192.168.0.1 -p 1 10 -l c:\inetpub\wwwroot\result.t_
  31.    Scan for open ports between 1 and 10 on the host and dump to
  32.    the logfile c:\inetpub\wwwroot\result.t_
  33.  
  34.  
  35. Bugs, Comments and / feedback
  36. -----------------------------
  37. Please email snyakhar@yahoo.com.
  38.  
  39.  
  40. Future Features
  41. ---------------
  42. ..Stealth (half open) Scans
  43. ..Multi-threading
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. Current version of portascan is freeware. Copyright (c) 2000, S.H.Nyakhar
  51.